home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
oper_sys
/
choices
/
readme2
< prev
next >
Wrap
Text File
|
1993-08-17
|
1KB
|
27 lines
Tools for compiling PC-Choices on a SPARCstation:
(27 Apr 92)
collect - Look through all the specified .o files and emit code to call
the static constructors and destructors.
g++ - GNU C++ cross-compiler that emits i386 code.
gar - GNU archive (ar) utility.
gas - GNU cross-assembler.
gcc - GNU C cross-compiler.
gcc-as - GNU cross-assembler implementation, called by g++, gcc and gas.
gcc-cc1 - GNU C cross-compiler implementation, called by gcc.
gcc-cc1plus - GNU C++ cross-compiler implementation, called by g++.
gcc-cpp - GNU C preprocessor.
gcc-gnulib - GNU C library.
gld - GNU cross-linker; produces encapsulated-COFF files.
gmakhead - Convert C++ class declarations into definitions that can be
used by assembly routines.
gnm - Displays symbols in object files.
locate - Handy utility for understanding stack-backtraces. Go to the
directory contain the kernel binaries and type
"gnm Choices.sym | locate", and enter each address displayed
in the stack-backtrace.
Lup
lup@cs.uiuc.edu